home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 July
/
macformat-026.iso
/
mac
/
Interactive Arts
/
Interactive Arts '95
/
martin
/
00017_duck1col2mm.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-02
|
298 b
|
16 lines
on mouseDown
global WhereWeAre, TheStory
if TheStory = "Story1" then
go(40 + WhereWeAre)
end if
if TheStory = "Story2" then
go(WhereWeAre + 1)
end if
if TheStory = "Story3" then
go(WhereWeAre - 30)
end if
if TheStory = "Story4" then
go(WhereWeAre - 60)
end if
end